home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CIRC3.PAK / CIRC3.RC < prev    next >
Text File  |  1997-05-06  |  4KB  |  131 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3.  
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1994 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and the
  10. // Books Online documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #include "resource.h"
  15.  
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "afxres.h"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25.  
  26. #ifdef APSTUDIO_INVOKED
  27. //////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31.  
  32. 1 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34.     "resource.h\0"
  35. END
  36.  
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39.     "#include ""afxres.h""\r\n"
  40.     "\0"
  41. END
  42.  
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  45.     "#include ""circ3.rc2""  // non-App Studio edited resources\r\n"
  46.     "#if 0\r\n"
  47.     "#include "".\\tlb16\\circ3.tlb""  // 16-bit: force dependency on .TLB file\r\n"
  48.     "#endif\r\n"
  49.     "\0"
  50. END
  51.  
  52. /////////////////////////////////////////////////////////////////////////////////////
  53. #endif    // APSTUDIO_INVOKED
  54.  
  55.  
  56. //////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60.  
  61. IDI_ABOUTDLL            ICON    DISCARDABLE     "CIRC3.ICO"
  62.  
  63. //////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67.  
  68. IDB_CIRC3               BITMAP  DISCARDABLE     "CIRC3CTL.BMP"
  69.  
  70. //////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX_CIRC3 DIALOG DISCARDABLE  34, 22, 260, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About Circ3 Control"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,20,20
  81.     LTEXT           "Circ3 Control, Version 1.0",IDC_STATIC,40,10,170,8
  82.     LTEXT           "Copyright \251 1994, Microsoft Corporation",IDC_STATIC,
  83.                     40,25,170,8
  84.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  85. END
  86.  
  87. IDD_PROPPAGE_CIRC3 DIALOG DISCARDABLE  0, 0, 250, 62
  88. STYLE WS_CHILD
  89. FONT 8, "MS Sans Serif"
  90. BEGIN
  91.     LTEXT           "&Caption:",IDC_STATIC,5,2,50,12
  92.     EDITTEXT        IDC_CAPTION,60,2,90,12,ES_AUTOHSCROLL
  93.     LTEXT           "Circle &Offset:",IDC_STATIC,5,17,50,12
  94.     EDITTEXT        IDC_CIRCLEOFFSET,60,17,90,12,ES_AUTOHSCROLL
  95.     CONTROL         "Circle &Shape:",IDC_CIRCLESHAPE,"Button",BS_AUTOCHECKBOX |
  96.                     BS_LEFTTEXT | WS_TABSTOP,5,32,62,12
  97.     LTEXT           "&Note:",IDC_STATIC,5,47,50,12
  98.     EDITTEXT        IDC_NOTE,60,47,90,12,ES_AUTOHSCROLL
  99. END
  100.  
  101.  
  102. //////////////////////////////////////////////////////////////////////////////
  103. //
  104. // String Table
  105. //
  106.  
  107. STRINGTABLE DISCARDABLE
  108. BEGIN
  109.     IDS_CIRC3               "Circ3 Control"
  110.     IDS_CIRC3_PPG           "Circ3 Property Page"
  111. END
  112.  
  113. STRINGTABLE DISCARDABLE
  114. BEGIN
  115.     IDS_CIRC3_PPG_CAPTION   "General"
  116. END
  117.  
  118.  
  119. #ifndef APSTUDIO_INVOKED
  120. ////////////////////////////////////////////////////////////////////////////////
  121. //
  122. // Generated from the TEXTINCLUDE 3 resource.
  123. //
  124. #include "circ3.rc2"  // non-App Studio edited resources
  125. #if 0
  126. #include ".\tlb16\circ3.tlb"  // 16-bit: force dependency on .TLB file
  127. #endif
  128.  
  129. /////////////////////////////////////////////////////////////////////////////////////
  130. #endif    // not APSTUDIO_INVOKED
  131.